/*
**      Newton Developer Technical Support Sample Code
**
**      Mini-MetaData, code to demostrate the use of the CDIL.
**
**      by Ryan Robertson, Newton Developer Technical Support
**
**      Copyright  1996 by Apple Computer, Inc.  All rights reserved.
**
**      You may incorporate this sample code into your applications without
**      restriction.  This sample code has been provided "AS IS" and the
**      responsibility for its operation is 100% yours.  You are not
**      permitted to modify and redistribute the source as "DTS Sample Code."
**      If you are going to re-distribute the source, we require that you
**      make it clear in the source that the code was descended from
**      Apple-provided sample code, but that you've made changes.
*/

This is a complete MacOS application which demonstrates use of the CDIL. 
It is designed to communicate with the Newton Mini-MetaData package, which
is included with this sample code.

Most of the interesting DIL code can be found in the file Protocol.c. This
file holds the cross-platform code which makes most of the DIL API calls.

The routine SetupPortMenu() demonstrates how to dynamically find the names
of the available ports - these can be different on different models of
MacOS computers, and change in localized versions of the Macintosh System.

See the Mini-MetaData NTJ article included with this sample for an
in-depth discussion of how the sample works.
